/*
Custom Css
*/
html, body {
    font-family: 'Roboto', sans-serif;
	color:#333333;
}
h1 {
	font-size: 2.1111em;
	font-weight: 900;
}
h2 {
	font-size: 1.7em;
	font-weight: 900;
}
h3 {
	font-size: 1.4em;
	font-weight: 900;
}

.h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.1111rem;
	line-height: 1;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 900;
}

.navbar.titleBarNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom:5px;
}

.justify-content-between {
    justify-content: flex-start!important;
}
.justify-content-between.help {
    justify-content: flex-end!important;
}

.cityQuadSM span {
	font-weight: bold;
    color: #ffffff;
	font-size: .8888em;
}

.cityQuadSM:before {
    background-image: url("../img/CityQuad-SM.svg");
    border-radius: 0px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: cover;
    margin-right: 10px;
    margin-top: -4px;

	
}
.cityQuadSM:focus {
	/*outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);*/
	outline: 1px dashed;
    outline-offset: -2px;
	box-shadow: none;
}
}
.footer-logo a {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    margin-bottom: 15px;
	
}
.footer-logo a img {
    max-width: 100%;
    height: auto;
}
.footer-link  a {
	font-size: 1em;
  	padding: 0 5px 0 5px;
	display: inline-block;
    text-decoration: underline!important;
} 

.bg-dark {
    background-color: #8B0E04 !important;
	color: #ffffff !important;
}
.bg-success {
    background-color: #8B0E04 !important;
}
.text-success {
    color: #333333 !important;
}
.nav a.nav-link {
	font-weight: 500;
}
.navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.navbar-brand-City a {
	text-decoration: none;
	color:#333333;
	font-weight: 400!important;
	width: 100%;
}

.flxWrap {
	display: flex;
	flex-wrap: wrap;
}
.flxWrap span {
	width:100%;
}
.navbar-collapse {
    width: unset;
}

.appCitylogo img {
	max-width: 80px;
	width: 100%;
}
#cityQuadLogo {
	margin-right: 15px;
}

span.menuText {
    font-size: 14px;
}

.navbar-brand {
    white-space: unset;
}

.toolbar-item {
    display:none;
}

.toolbar-item {
    background-color: #8B0E04;
    color: #fff;
    font-size: 0.8em;
    line-height: 28px;
	font-weight: bold;
    font-style: inherit;
}
.toolbar-item:hover {
	color:#fff;
}
.toolbar-drop-down {
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 4px 2px rgba(0,0,0,0.25);
    -ms-box-shadow: 0 8px 4px 2px rgba(0,0,0,0.25);
    box-shadow: 0 8px 4px 2px rgba(0,0,0,0.25);
    margin-top: 10px;
    position: absolute;
    right: 20px;
    width: 75%;
    z-index: 1000;
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 400px;
}
.toolbar-drop-down a span {
    color: #333;
}
.toolbar-drop-down a, .toolbar-drop-down a:visited, .dropdown-item.active, .toolbar-drop-down li>span {
    background-color: #f5f5f5;
    color: #333;
    padding: 15px 20px 15px 20px;
    border-bottom: 0px solid #fff;
}
.toolbar-drop-down a {
    font-family: inherit;
    font-size: .8888em;
    font-weight: bold;
    font-style: inherit;
}
.dropdown>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.dropdown>ul li {
position: absolute;
}
.navbar-expand-lg {
	background-color: #fff;
}
.flex-fill ul li:first-of-type {
	margin-left:25px;
}

/***********MEDIA QUERIES***********/
@media (min-width: 576px) {
    .container,.container-sm {
        max-width:659px;
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px;
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px;
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px;
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:960px;
    }
}

@media (min-width: 992px) {
	.mx-lg-auto {
    margin-right: 0px!important;
    margin-left: auto!important;
}
		
}

@media (min-width: 395px) {
	.navbar-expand-lg .navbar-collapse {
}
	.justify-content-lg-between {
    justify-content: space-between!important;
}
	#templatemo_main_nav .navbar-nav {
    max-width: 550px;
}
	.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
	background-color: #EEE;
}
	.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}	
}

@media only screen and (max-width: 742px) {
.officialCoSA {
	display:none;
}
.toolbar-item {
    display: block;
}
.cosa-icon:before {
    background-image: url("../img/icon-cosa-gray.svg");
	width: 20px;
    height: 20px;
    border-radius: 0px;
	content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-size: cover;
    margin-right: 10px;
    margin-top: -4px;
}
.toolbar-drop-down {
    min-width: 250px;
}
}

div.alertco-box {
    display: flex;
    flex-direction: column;
    border: 2px solid #e00490;
    border-radius: 10px 10px 10px 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

div.alertco-box h2 {
    font-size: 1.444em;
    padding: 10px 5px 10px 55px;
    background: #e00490;
    color: white;
    border-radius: 8px 8px 0px 0px;
    border: 2px solid #e00490;
    margin-top: 0px;
    margin-bottom: 10px;
    background: url(https://www.sa.gov/files/sharedassets/main/v/1/icons/information-pink.png);
    background-repeat: no-repeat;
    background-color: #e00490;
    background-size: 25px;
    background-position: 15px center;
}

div.alertco-box p:last-of-type {
    padding: 15px 15px 0px 25px;
    color: #000000;
    margin: 0px;
}